@font-face {
    font-family: '4CGauripfmm';
    src: url('../../fonts/DB\ Hindi\ 7\ Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'DbHindiPara';
    src: url('../../fonts/DB\ Hindi\ p.ttf') format('truetype');
}

.Gauri4cpfm{
    font-family: '4CGauripfmm', sans-serif;
}

.DBHindiPara {
    font-family: 'DbHindiPara', sans-serif;
}

.main-container {
    margin: auto;
    width: 49.6rem;
    height: 70.16625rem;
    background-color: white;
    padding: 0;
}

header {
    width: 45rem;
    height: 60px;
    background-color: grey;
    margin: auto;
}


.drop-cap {
    float: left;
    font-size: 50px;
    line-height: 45px;
    font-weight: 800;
    margin-right: 10px;
    margin-top: 0px;
    color: black;
}

.blue-bar {
    width: 2rem;
    height: 13rem;
    background-color: #7dd3fc;
    margin-top: -5rem;
    margin-left: 0.5rem;
    position: absolute;
    top: 294px;
    right: 374px;
}

@media (max-width: 767.98px) {
    .blue-bar {
        margin-top: -3rem;
        height: 3rem;
    }
}


@media print {
    .main-container {
        margin: auto;
        width: 49.6rem !important;
        height: 70.16625rem !important;
    }
}

.blue-box1 {
    background-color: gray;
    color: black;
    font-weight: 600;
    font-size: 53px;
    line-height: 1.2;
    padding: 2rem 0.5rem;
    text-align: center;
    user-select: none;
    word-spacing: 3px;
    height: 358px;
}

.red-underline {
    border-bottom: 4px solid #b91c1c;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    width: 100%;
}


  .titlem {
      color: #b91c1c; /* Tailwind red-700 */
      font-size: 55px; /* text-3xl = 30px approx */
      line-height: 1.2;
      user-select: none;
    }
    .container-flexm {
      border-left: 0;
      border-right: 0;
      display: flex;
      align-items: flex-start;
      gap: 1rem;
    }
    .contentm {
      font-size: 21px;
      line-height: 1.2;
      font-weight: 900;
      border-left: 2px dotted grey;
      padding-left: 1rem;
    }

     .quote {
      font-size: 48px;
      color: red;
      float: right;
    }